home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON08 / ACT08B / common8.cst / 00048_back to picture.ls < prev    next >
Encoding:
Text File  |  2004-07-11  |  143 b   |  10 lines

  1. global gContinent
  2.  
  3. on exitFrame
  4.   if the puppet of sprite 28 then
  5.     go to frame marker(gContinent)+3
  6.   else
  7.     go to the frame
  8.   end if
  9. end
  10.